Main Page   Modules   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages  

ChildView.h

Go to the documentation of this file.
00001 // ChildView.h : interface of the CChildView class
00002 //
00003 /////////////////////////////////////////////////////////////////////////////
00004 
00005 #if !defined(AFX_CHILDVIEW_H__8DC17479_0DB0_4C66_8912_598CDD91048A__INCLUDED_)
00006 #define AFX_CHILDVIEW_H__8DC17479_0DB0_4C66_8912_598CDD91048A__INCLUDED_
00007 
00008 #if _MSC_VER > 1000
00009 #pragma once
00010 #endif // _MSC_VER > 1000
00011 
00012 /////////////////////////////////////////////////////////////////////////////
00013 // CChildView window
00014 
00015 class CChildView : public CWnd
00016 {
00017 // Construction
00018 public:
00019     CChildView();
00020 
00021 // Attributes
00022 public:
00023 
00024 // Operations
00025 public:
00026 
00027 // Overrides
00028     // ClassWizard generated virtual function overrides
00029     //{{AFX_VIRTUAL(CChildView)
00030     protected:
00031     virtual BOOL PreCreateWindow(CREATESTRUCT& cs);
00032     //}}AFX_VIRTUAL
00033 
00034 // Implementation
00035 public:
00036     virtual ~CChildView();
00037 
00038     // Generated message map functions
00039 protected:
00040     //{{AFX_MSG(CChildView)
00041     afx_msg void OnPaint();
00042     //}}AFX_MSG
00043     DECLARE_MESSAGE_MAP()
00044 };
00045 
00046 /////////////////////////////////////////////////////////////////////////////
00047 
00048 //{{AFX_INSERT_LOCATION}}
00049 // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
00050 
00051 #endif // !defined(AFX_CHILDVIEW_H__8DC17479_0DB0_4C66_8912_598CDD91048A__INCLUDED_)

Generated on Mon Sep 12 19:58:19 2005 for Destiny3D by doxygen1.3-rc3